home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-439.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  89 lines

  1. # This script was automatically generated from the dsa-439
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Several local root exploits have been discovered recently in the Linux
  12. kernel.  This security advisory updates the ARM kernel for
  13. Debian GNU/Linux.  The Common Vulnerabilities and Exposures project
  14. identifies the following problems that are fixed with this update:
  15.    An integer overflow in brk() system call (do_brk() function) for
  16.    Linux allows a local attacker to gain root privileges.  Fixed
  17.    upstream in Linux 2.4.23.
  18.    Paul Starzetz discovered
  19.    a flaw in bounds checking in mremap() in
  20.    the Linux kernel (present in version 2.4.x and 2.6.x) which may
  21.    allow a local attacker to gain root privileges.  Version 2.2 is not
  22.    affected by this bug.  Fixed upstream in Linux 2.4.24.
  23.    Paul Starzetz and Wojciech Purczynski of isec.pl <a
  24.    href="http://isec.pl/vulnerabilities/isec-0014-mremap-unmap.txt">discovered</a> a
  25.    critical security vulnerability in the memory management code of
  26.    Linux inside the mremap(2) system call.  Due to missing function
  27.    return value check of internal functions a local attacker can gain
  28.    root privileges.  Fixed upstream in Linux 2.4.25 and 2.6.3.
  29. For the stable distribution (woody) these problems have been fixed in
  30. version 2.4.16-20040204 of lart, netwinder and riscpc image and in
  31. version 20040204 of kernel-patch-2.4.16-arm.
  32. Other architectures will probably be mentioned in a separate advisory or
  33. are not affected (m68k).
  34. For the unstable distribution (sid) these problems will be fixed soon.
  35. We recommend that you upgrade your Linux kernel packages immediately.
  36. Vulnerability matrix for CAN-2004-0077
  37.  
  38.  
  39. Solution : http://www.debian.org/security/2004/dsa-439
  40. Risk factor : High';
  41.  
  42. if (description) {
  43.  script_id(15276);
  44.  script_version("$Revision: 1.4 $");
  45.  script_xref(name: "DSA", value: "439");
  46.  script_cve_id("CAN-2003-0961", "CAN-2003-0985", "CAN-2004-0077");
  47.  script_bugtraq_id(9686);
  48.  script_xref(name: "CERT", value: "981222");
  49.  
  50.  script_description(english: desc);
  51.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  52.  script_name(english: "[DSA439] DSA-439-1 linux-kernel-2.4.16-arm");
  53.  script_category(ACT_GATHER_INFO);
  54.  script_family(english: "Debian Local Security Checks");
  55.  script_dependencies("ssh_get_info.nasl");
  56.  script_require_keys("Host/Debian/dpkg-l");
  57.  script_summary(english: "DSA-439-1 linux-kernel-2.4.16-arm");
  58.  exit(0);
  59. }
  60.  
  61. include("debian_package.inc");
  62.  
  63. w = 0;
  64. if (deb_check(prefix: 'kernel-headers-2.4.16', release: '3.0', reference: '20040204')) {
  65.  w ++;
  66.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-headers-2.4.16 is vulnerable in Debian 3.0.\nUpgrade to kernel-headers-2.4.16_20040204\n');
  67. }
  68. if (deb_check(prefix: 'kernel-image-2.4.16-lart', release: '3.0', reference: '20040204')) {
  69.  w ++;
  70.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.4.16-lart is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.4.16-lart_20040204\n');
  71. }
  72. if (deb_check(prefix: 'kernel-image-2.4.16-netwinder', release: '3.0', reference: '20040204')) {
  73.  w ++;
  74.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.4.16-netwinder is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.4.16-netwinder_20040204\n');
  75. }
  76. if (deb_check(prefix: 'kernel-image-2.4.16-riscpc', release: '3.0', reference: '20040204')) {
  77.  w ++;
  78.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.4.16-riscpc is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.4.16-riscpc_20040204\n');
  79. }
  80. if (deb_check(prefix: 'kernel-patch-2.4.16-arm', release: '3.0', reference: '20040204')) {
  81.  w ++;
  82.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-patch-2.4.16-arm is vulnerable in Debian 3.0.\nUpgrade to kernel-patch-2.4.16-arm_20040204\n');
  83. }
  84. if (deb_check(prefix: 'kernel-image-2.4.16-lart,', release: '3.0', reference: '2.4')) {
  85.  w ++;
  86.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.4.16-lart, is vulnerable in Debian woody.\nUpgrade to kernel-image-2.4.16-lart,_2.4\n');
  87. }
  88. if (w) { security_hole(port: 0, data: desc); }
  89.